I am having one small issue with aspxgridview that I hove you can assist me with. My grid have 6 columns, 2 combobox coulmn, 1 ASPxDateEdit column, and 3 DataTextColumns like unit, price and and total.
I want that when I go with in-line edit mode, moving in a grid row by tab key, it should not go into "total" text box column.
But when I will do a mouse click on this column (total text box) it should be available in edit mode for editing the total.
Thanks in advance