DatGridViewComboCell
Hi All,
I m new in Development.
I have DatGridViewComboColumn1 , DatGridViewComboColumn1 .If I select Column1 then related Data from another table gets popullated.
now when I double click on that column1 then record at 1 index gets displayed.Bt when i m clicking on any other cell, Cell becomes blank.
I have added Dat using
Dim colComboCell As DataGridViewComboBoxCell = DirectCast(DGVDisbursement(DGVDisbursement.Columns ("colGLCode").Index, e.RowIndex), DataGridViewComboBoxCell)
And at 0 index blank value comes.
Can any one help me to out Come.
And i m not Happy with Wrox Forum Because I hv nt Got any Reply of my question.
|