Hi,
Thank you
Announcement
Collapse
No announcement yet.
X
-
There is not currently a built-in way to multi-select tiles solely from the mouse - standard keyboard and mouse combinations, as we cover above, are the only way.
You could of course add a checkbox interface to your own tiles and manipulate the TileGrid’s selection through standard selection APIs such as selectRecord().
Leave a comment:
-
For example, In listgrid we can select multiple records using checkbox likewise is there anyway to do multiple selection in titlegrid without using keyboard ??
Leave a comment:
-
Not sure we understand. The TileGrid automatically supports contiguous selection via Shift and discontiguous via Cmd (Mac) or Ctrl (Windows). The examples show this.
Leave a comment:
-
Hi,
I m using tile grid to achieve this component. It seems working fine. But, how can we select multiple records from this grid without using keyboard selection. (i.e cmd + mouseclick can select multiple records) as it showing in the attachment given above ?
Leave a comment:
-
Hi,
Thank you. Can you please send the smart gwt showcase link for the tilegrid component ?? Or examples to look into
Leave a comment:
-
Assuming the order is like:
Code:1 2 3 4 5 6
If the order is instead:
Code:1 4 2 5 3 6
Leave a comment:
-
Which component to use scenarios like this ?
Hi, I m using smartgwt 12 and platform : chrome.
The above set of data is generated dynamicall y as a result set. We can achieve this using a smartgwt grid. But is there direct way to do this with two columns of results as shown in the UI design?
Last edited by AnutharshaSelvarasa; 8 Aug 2019, 23:18.Tags: None
Leave a comment: