iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
We have a grid where the rows must not be modified.
The ForceNoEdit property for all rows has been set to true.
When we use the tab key, the cursor moves until it reached the last column and hangs there.
It does not move to the next row.
How can we set rows so they are not modifiable and still be able to tab the grid?
Thanks
Hi Piere,
Ok, thank you. I can see what you tried to explain in here.I think it is not a bug. It is a default behaviour.If you set all row ForceNoEdit as true, it should have the same behaviour as AllowEdit = No. The only difference, you still can navigate the cell (force no edit).
Regards,Handy
Hello Piere,
It should not hang in there. It should skip the Non Edittable cells and go into the next editable cell. If you set force no edit into the last cell of row, it should skip that cell and move into the next row.
Private Sub WebGrid1_InitializeRow(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.RowEventArgs) Handles WebGrid1.InitializeRow e.Row.ForceNoEdit = true End Sub
Hi Handy,
I did NOT modify the cell properties, only the Row.ForceNoEdit.
As an example I used the BasicInteractions.aspx.vb sample code and added the above Sub.
All rows have the Row.ForceNoEdit property set to True.
My question is: should the tab key move to the NEXT row if the next row as the ForceNoEdit set to True?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname