CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

JQGrid problem with drag-n-drop grouping

by mkarimpour » 25 Oct 2014 09:50

Hi,

There are two problems :
1. RTL wrong drawing for grouped column`s JQButton. Close icon mixed with caption.
2. If JQGrid.JQGridOptions.OnSelectRow was assigned and doing grouping, the exception "Unable to Locate Record for ID "GRDATAPA_FRAMES_JQghead_0_0"!" was raised.

OnSelectRow event is :
if (JQGridOptions.SelRow <> '') then
Self.LocateSelectedRowId;

if change the event to below, it works fine, but I think, the JQGrid must control it while grouping, itself not developers.
if (JQGridOptions.SelRow <> '') and (not JQGridOptions.SelRow.StartsWith(Self.HTMLName)) then
Self.LocateSelectedRowId;

Best regards
Mehdy Karimpour



Best Regards
Mehdy Karimpour
Your Sincerely
Mehdy Karimpour
mkarimpour
 
Posts: 77
Joined: 08 Jul 2012 07:21

Return to JQGrid

Who is online

Users browsing this forum: No registered users and 20 guests

Contact Us.