We currentl开发者_如何学Pythony have a user control which displays a dynamic matrix of other user controls.Since it\'s dynamic, the view can become large, requiring the user to scroll up/down & le
Working in IE 8, mostly, but trying to write a portable solution for modern browsers. Using telerik controls.
How to replace cell value with their description. This is my grid <telerik:RadGrid ID=\"RadGrid1\" runat=\"server\" DataSourceID=\"SqlDataSource1\" GridLines=\"None\">
The required functionality I am aiming for is to pull out RTF content from a database, edit it through a web interface (with a WYSIWYG editor) and then place the modified text back in to the database
I have made an bar RadChart with \"SeriesOrientation=\"Horizontal\"\". I have the text showing at the end for each bars, but instead I would like that text to be listet in the y-axis, instead of the
I have created dynamic tab function. When i create dynamic tab it will create pageview for that tab. But when i deleted that tab that pageview is not deleting. Can any one help me to fix this.
We have two asp.net sites (based on episerver). Using Telerik Asp.net controls. We have some functionality that we want to have available in both sites.
I wanted to ask what is the best practice to manage width of the radGrid. For my application most users are running 1280 x 1024 so I would be happy to set my overall grid width to1100.However, depend
I am invoking a RadWindow as a dialog in my web page. I am invoking from code-behind since I need to pass some parameters:
Is there a way to conditionally load different user c开发者_运维技巧ontrol as edit form based on some user action (Edit vs. Create)?This is how I ended up doing it