jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Grid Grouping | Editable:true
This topic contains 1 reply, has 2 voices, and was last updated by Peter Stoev 12 years, 1 month ago.
-
Author
-
Hi,
Requirement:
I need a grid grouping where, I’ve two checkbox columns (for example: View, Edit) and at the same time cells should be editable i.e. in-line. Hence I used the examples of grid grouping and set the editable:true property for grid.Here my requirement gets satisfied but there are couple of issues which I noticed and killing my time. Mentioned below are the issues.
Issues:
1) Issue 1: While editing it is redirecting me to another page.
Scenario: Suppose in first page, I’m editing one cell under any one of the group header. Then I open another header and try to edit anyone one of cell under which. Then it is redirecting me to some other page in this grid with the same group header name.
For example, I’m editing the cell in first page, it is taking me to 9th page or so.2) Issue 2: Expanded header gets collapsed:
Scenario: when I’m editing anyone of the cell under any group header and another group header which is expanded getting collapsed.3) Issue 3: Checkbox action reflecting in another column:
Scenario: As I said earlier, where I’ve two checkbox columns in my grid; if I’m checking one column checkbox header (for example: View column checkbox) checked state is reflecting in another column checkbox header(for example Edit column checkbox header. Not all columns under it Edit Column).Please let me know, how grouping works where there is a scenario of huge data in a grid. Because if I’m populating less number of data in a grid. for example, only one page of data. No problem.
Grid structure for your reference:
Note: View and Edit as label under which is a checkbox—————————————————————————————————————–
Account Name | View | Edit | Currency
| (Checkbox) | (Checkbox) |
—————————————————————————————————————–
Service Name (3)
——————————————————————————————————————
Account Name 01 | Checkbox | Checkbox | USD
——————————————————————————————————————
Account Name 02 | Checkbox | Checkbox | USD
——————————————————————————————————————
Account Name 03 | Checkbox | Checkbox | USD
——————————————————————————————————————
Service Name (2)
——————————————————————————————————————
Account Name 01 | Checkbox | Checkbox | USD
——————————————————————————————————————
Account Name 02 | Checkbox | Checkbox | USDPlease help me on the solution.
Regards
\_rssbHi,
If you have an issue regarding jqxGrid, then please post a sample which demonstrates it.
Best Regards,
Peter Stoev -
AuthorPosts
You must be logged in to reply to this topic.