gordon Posted January 11, 2013 Share Posted January 11, 2013 Hi, I have a sort of shopping cart Im making.. I have a grid with item number, description, price and quantity on it. I want the user to be able to enter a quanity, and skip to the next row. Kinda like on a normal grid, you can force the first x columns to be locked. Without this feature, its confusing to the user. It gives the impression that they can edit any cell. Any ideas? Quote Link to comment Share on other sites More sharing options...
gordon Posted January 14, 2013 Author Share Posted January 14, 2013 Any ideas? Quote Link to comment Share on other sites More sharing options...
ldb68 Posted January 14, 2013 Share Posted January 14, 2013 Any ideas? Add fields to grid and then put the column readonly (--> property TUniDBGridColumns of TUniGrid) Quote Link to comment Share on other sites More sharing options...
gordon Posted January 18, 2013 Author Share Posted January 18, 2013 I tried that.. But it still allows you to move through those cells.. What Id really like it be able to lock the first x columns. Add fields to grid and then put the column readonly (--> property TUniDBGridColumns of TUniGrid) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.