Search the Community
Showing results for tags 'cell'.
-
Is there any way to right-align the given cell in the unistringgrid as per example below? Do I just need cell "x" to stay right? Thansks Zanona
- 13 replies
-
- right-align
- unistringgrid
-
(and 3 more)
Tagged with:
-
Hi, How can I update the value of a particular cell of a row using Javascript on the client and still have the value submitted to the server on grid post? I have tried: store = frm.dbg.store r = getAt(0) r[0] = 'new value' r.commit() // at this point, the data shows in the grid When I do a save of the grid using the navigators save button, the new data entered, and displayed on the grid, is not saved to the server. Doing a normal data edit on the grid saves any grid changes. What am I missing?
- 10 replies
-
- grid
- clientside
-
(and 2 more)
Tagged with:
-
I have a stringgrid where the user can change the text font size of the cells. Is there a way of resizing the cell heights/widths so the cell text is always visible within the cells regardless of the font size selected?
-
- unistringgrid
- cell
-
(and 2 more)
Tagged with:
-
Hello All, In my grid, some cells cannot be edited if its value is 'EA'. Is it possible disable a cell in UniDBGrid depending its value? Thanks
-
Is there a way of auto sizing columns in a UniStringGrid so that the width of the column is based on the widest cell text item in the column?
- 2 replies
-
- stringgrid
- autosize
-
(and 2 more)
Tagged with:
-
I do have a dbgrid and I am trying to add a new row (row editor is enabled). when I detect an error ( my validation happens beforepost) I would like to highlight that cell and move the cursor there. How can I do this?
-
Hallo, I would like - for example - to get the value of the cell (Row 3 Column 2) and compare it with cell (Row 8, column 2). Background: I made a drag & drop function for UniDBTreeGrid with Ajax before-Drop event but I dont know, how could I access this values to accomplish the drag & Drop within my database (Ids, Sortnumbers) Thanks a lot! Gerhard
-
Hello, Can somebody can tell me how to do a text wrapping in StringGrid cell? Is it even possible? Desired result: http://i.stack.imgur.com/phXGU.png
- 5 replies
-
- StringGrid
- Wrap
-
(and 1 more)
Tagged with: