hi i noticed with the excel like radgrid sample found here (http://www.telerik.com/community/code-library/aspnet-ajax/grid/excel-like-radgrid.aspx) that the backspace button doesnt work when i am highlighting a text i wish to edit..
also is there a way that the excel like grid has some columns that are
- pre-filled rad comboboxes
because my goal is to have a Multi-insert rad grid
also is there a way that the excel like grid has some columns that are
- pre-filled rad comboboxes
because my goal is to have a Multi-insert rad grid
4 Answers, 1 is accepted
0

Bryan
Top achievements
Rank 1
answered on 13 Jun 2011, 05:17 PM
any one?
0
Hello Bryan,
I tested the backspace when text is selected and it works fine on my end. Did you made any modifications in the scripts.js file? Do you get any JavaScript error when you try to delete the text? Which version Telerik.Web.UI assembly do you use?
Additionally, you could define a TemplateColumn to hold your RadComboBoxes. You could bind them on ItemCreated or on ItemDataBound events of the grid.
Best wishes,
Vasil
the Telerik team
I tested the backspace when text is selected and it works fine on my end. Did you made any modifications in the scripts.js file? Do you get any JavaScript error when you try to delete the text? Which version Telerik.Web.UI assembly do you use?
Additionally, you could define a TemplateColumn to hold your RadComboBoxes. You could bind them on ItemCreated or on ItemDataBound events of the grid.
Best wishes,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Bryan
Top achievements
Rank 1
answered on 14 Jun 2011, 02:51 PM
backspace works when you click the cell the first time, its after double clicking it when its in the cell's edit mode that backspacing doesnt work?
could you show an example?
could you show an example?
0
Hi Bryan,
I confirm that backspace key is working on my end after double click and also after selecting some text. Could you try it with the latest version of the controls and a fresh download of the code library?
You could find an example for using RadComboBox inside the grid here:
http://www.telerik.com/support/kb/aspnet-ajax/grid/using-radcombobox-as-editor-in-template-column-of-radgrid.aspx
Greetings,
Vasil
the Telerik team
I confirm that backspace key is working on my end after double click and also after selecting some text. Could you try it with the latest version of the controls and a fresh download of the code library?
You could find an example for using RadComboBox inside the grid here:
http://www.telerik.com/support/kb/aspnet-ajax/grid/using-radcombobox-as-editor-in-template-column-of-radgrid.aspx
Greetings,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.