I am binding a datatable having a column with values like www.google.com,www.google.c开发者_运维问答om.
Hi I\'m new using telerik rad controls an asp development and I need some help. I have a radGrid wich is populated with data when a button is pressed, I found a solution here in the forum for selectin
I have a 开发者_开发问答RadGrid which has in place insert and edit functionality. One of the fields is a drop down.
Hi All I have a radgrid like this : <cc1:RadGridCustomized ID=\"RadGrid1\" runat=\"server\" OnNeedDataSource=\"RadGridCustomized1_NeedDataSource\"
I have the rows inside a telerik grid in following format. WordFile.doc|button1|_button2_| I need to display a popup when the user click on column 1[WordFile.doc]. I have two buttons in a data gri
I need a way to stop all editing (insert, update, delete) on a Radgrid but still allow the paging to work.
On my radgrid I have inline inserting and editing. It is possible for the user to click \"Add New\" which gives them an editing template and then to click \"edit\" on an existing record. This results
How can I get the value of a specific column in a RadGrid on DeleteCommand event? I tried these ways, but they all return empty values:
I am trying to perform an insert using teleriks rad grid. I am doing an in-place insert and using the onInsertCommand method to set the values that are to be insertted. i found this statement in teler
I\'m using a user control in some edit item template (telerik radgrid). But, my user co开发者_如何学Pythonntrol isn\'t well created and all its inner control are \"null\".