MarkB Posted March 2, 2020 Posted March 2, 2020 Trying this again since last time the post failed somehow it failed. Is there a limit on how many RowWidget TUniDBGrids you can have. I've got a Grid with 3 levels of nested Detail Grids. When I try to expand the 3rd level I get an error 'dbGirdQuestions_O1FB_Row_-1' is not a valid component name. It's failing in UniDBGrid in method procedure TUniCustomDesktopDBGrid.H_OnExpandBody(This: TJSObject; EventName: string; Params: TUniStrings); at line cName := Self.Name + '_' + Self.JSName + '_Row_' + IntToStr(Id); Because the IntToStr(ID) is -1 Quote
leons Posted March 2, 2020 Posted March 2, 2020 Just out of curiosity, was it possible to have more then 3 levels? regards, Leon Quote
MarkB Posted March 2, 2020 Author Posted March 2, 2020 14 minutes ago, leons said: Just out of curiosity, was it possible to have more then 3 levels? regards, Leon Yes. Thanks for asking. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.