I have a form with two tabs on it. One tab's UltraGrid is loading its data properly. The other tab, with a similar grid and code, is not loading its data. The data source has data in it, and I can see it being set to the UltraDataRow, however, it just won't show any data rows.
UltraDataRow missionRow = af664DataSource.Rows[0];// The data fields set here contain datamissionRow["To Date"] = fltRecAf664.MissionToDateTimeDt;missionRow["Aircraft Organization Home Station"] = fltRecAf664.TranBaseNameNm;missionRow["CMD"] = fltRecAf664.CmdCd;missionRow["MDS"] = fltRecAf664.MdsCd;missionRow["Serial Nbr"] = fltRecAf664.SerialNbr;
UltraGrid shows the columns, but no data rows (should be one row)
Is there a step I'm missing to have the data show up? I'm using similar code as the tab that is working and can't tell the difference and why it won't work.
Thank you for your help, I think we can mark this as resolved.
I can't explain any of the issues without seeing some code unfortunately. Let me know if you can send me any files.
I'm sure there are best practices and certain ways of doing things, but for now I'm just trying to get it to work enough to meet a deadline and I will improve it later.
Hello Sam,
Let me know where you are at and whether you need any further assistance.
Clicking on the row or selecting another row turns it into a dark grey background and reveals the text. I set the ActiveRow to null, but it still selected the first row of each grid.