Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
4341 | May 8,2003 12:26 PM UTC | Jun 29,2003 04:52 PM UTC | WinForms | 6 |
![]() |
Tags: GridControl |
return objChildGrids[rowIndex-1] as CGridData;
But doing this made the first value of iRowNumber wrong as it was initially zero. So, in FormLoad I set iRowNumber = 1 to sync it up to the first row.
With those changes your code seems to run.
To control the height of the dropdown, catch the CurrentCellShowingDropDown event, and set e.Size to whatever values you want.
this.grid.Model.ResetVolatileData();
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.