Hey at Telerik
I have adjusted a grid to open a radwindow everytime an insert or edit command is executed. the grid needs to be either in insert mode or edit mode.
I have found a bug in GridNumericColumn when setting focus to the control server side. I set focus to the fist control in the insertitem in the itemdatabound event so entering text can be done without the need of a mouse. If i try to insert the item the radwindow shows like it should, when i close it and try either by doubleclick or the edit button to edit an item i get a javascript error.
It works with a gridboundcolumn instead of the gridnumericcolumn!, but i need a numeric column. :)
Im using latest Q1 2009 build.
I have included an example which illustrates the problem. It can be found here. http://80.166.206.186/Screendump/
I have adjusted a grid to open a radwindow everytime an insert or edit command is executed. the grid needs to be either in insert mode or edit mode.
I have found a bug in GridNumericColumn when setting focus to the control server side. I set focus to the fist control in the insertitem in the itemdatabound event so entering text can be done without the need of a mouse. If i try to insert the item the radwindow shows like it should, when i close it and try either by doubleclick or the edit button to edit an item i get a javascript error.
It works with a gridboundcolumn instead of the gridnumericcolumn!, but i need a numeric column. :)
Im using latest Q1 2009 build.
I have included an example which illustrates the problem. It can be found here. http://80.166.206.186/Screendump/
I hope there is a way to fix this easily.
Morten