Hi,
As the title stated, can it be done like that?
What I mean is, as far as I know if the show select column is checked, there will be a checkbox appear that can make us select certain column. But the selection is in multi select mode (can select more than 1 row), while what I need is when a user select another row, the selection change to that row and unselect the previously selected row.
Thanks in advance for the help.
can the select on the grid be made not multiple?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
There isn't anything built into Ebase to do this, but you could write it pretty quickly. Remove the built-in select column (if you're using it) and add your own boolean checkbox column and set the Immediate Validation option. Then write a script to loop through the table and clear all row selections except the current row. This is a server-side solution. I guess you could probably create a client-side solution fairly easily too.
0 x
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
OK. will try to do that then.
Thanks.
Thanks.
Jon wrote:There isn't anything built into Ebase to do this, but you could write it pretty quickly. Remove the built-in select column (if you're using it) and add your own boolean checkbox column and set the Immediate Validation option. Then write a script to loop through the table and clear all row selections except the current row. This is a server-side solution. I guess you could probably create a client-side solution fairly easily too.
0 x
Who is online
Users browsing this forum: No registered users and 11 guests