[progress Communities] [progress Openedge Abl] Forum Post: Re: Expand Row In An Ultragrid...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
With https://github.com/consultingwerk/ListsAndEnumSamples/blob/master/Consultingwerk/foreach.i Boolean 1 would be the name of the grid cell that determines if you'd like to expand the row or now. ultraGrid1 is the Grid reference. You may need a few USING statements. {Consultingwerk/foreach.i UltraGridRow oRow in ultraGrid1:Rows} IF UNBOX (oRow:Cells["Boolean 1"]:Value) = FALSE THEN oRow:Expanded = TRUE . ELSE oRow:Expenaded = FALSE . END.

Continue reading...
 
Status
Not open for further replies.
Back
Top