Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 03, 2012 07:49 PM by mharrydx
Member
13 Points
18 Posts
May 02, 2012 06:50 AM|LINK
I need to change ASPxGridView SettingsLoadingPanel dinamically (from code behind if is possible). For example, when I clicked on checkbox I want text to be 'selecting...' and after click the button to see text 'loading...'
Thanks!
34 Points
7 Posts
May 03, 2012 07:49 PM|LINK
Yes, you can set the ASPxGridView.SettingsLoadingPanel.Text property at runtime:
http://documentation.devexpress.com/#AspNet/DevExpressWebASPxGridViewASPxGridViewLoadingPanelSettingsMembersTopicAll
http://documentation.devexpress.com/#AspNet/DevExpressWebASPxClassesSettingsLoadingPanel_Texttopic
Thanks.
Bulgarian
Member
13 Points
18 Posts
Change ASPxGridView SettingsLoadingPanel text dinamically
May 02, 2012 06:50 AM|LINK
I need to change ASPxGridView SettingsLoadingPanel dinamically (from code behind if is possible). For example, when I clicked on checkbox I want text to be 'selecting...' and after click the button to see text 'loading...'
Thanks!
</div> </div>mharrydx
Member
34 Points
7 Posts
Re: Change ASPxGridView SettingsLoadingPanel text dinamically
May 03, 2012 07:49 PM|LINK
Yes, you can set the ASPxGridView.SettingsLoadingPanel.Text property at runtime:
http://documentation.devexpress.com/#AspNet/DevExpressWebASPxGridViewASPxGridViewLoadingPanelSettingsMembersTopicAll
http://documentation.devexpress.com/#AspNet/DevExpressWebASPxClassesSettingsLoadingPanel_Texttopic
Thanks.