How can i set cursor in to grid? I mean if i want key to grid and can set cursor to the position that i want. it look like you key data in excel. Pleas help me. :confused:
Printable View
How can i set cursor in to grid? I mean if i want key to grid and can set cursor to the position that i want. it look like you key data in excel. Pleas help me. :confused:
I think you can't do that.But you can use another grid. I mean grid from another companies.Or there are complex way using textbox.You can put it over the cell you want to write in it and it'll seems like the cell.Quote:
How can i set cursor in to grid? I mean if i want key to grid and can set cursor to the position that i want. it look like you key data in excel. Pleas help me. :confused:
I hope this will help you!
Jehad is correct. You can use smoke and mirrors to give the appearance of directly editing a flexgrid cell, as shown here: http://support.microsoft.com/support.../Q241/3/55.ASP
Otherwise, use the data bound grid or 3rd party grid control.