I am using a RadGrid to display stock information开发者_Go百科. The data bound is a combination of 2 views and 2 tables. This is quite an intensive query, and the data behind it changes a lot. Now, wh
I need to get the client-side instance of a RadComboBox (or the newly-selected value of a RadComboBox) when my RadGrid is leaving edit mode so I can post back the changed value to the server.
Greetings Everyone I am new in asp.net and i\'m using RadControls for Asp.net Ajax now. I tried to followthe Asp.Net GridDemo - Insert/Update/Delete and it seems to be not all working pretty fine wi
I would like to fire off the server side selectedindexchanged method of a radgrid on doubleclick and not on click. Is it possible to do this???
So I have the error mentioned in the title when I try to build my web site through the file menu. The code that causes this is below (JavaScript that appears in the body tag):
I have a Telerik\'s RadGrid which has 2 columns like this: <Columns> <telerik:GridBoundColumn HeaderText=\"AirlineCode\" UniqueName=\"AirlineCode\" DataField=\"airlineCode\" />
How do I handle sorting in RadGrid (o开发者_开发问答r any other Grid) using EntityDataSource on computed columns ( in EF partial classes eg.: DisplayName { get { retrun this.Name + \" \" + this.LastNa
Greetings, I\'ve got a RadGrid populated with data from a DB. I\'ve also got an image column which is to display an icon based on whether or not a specific boolean property (called IsDirty) of the ob
I am migrating gridview to RadGrid. I am working on updating my RadGrid rows where I am getting some issues.
We recently bought Asp.net Ajax control. We are migrating to asp.net grid ti radgrid. In my grid I ma editing and updating my rows. When I am trying to implement that in radgrid I am getting too many