The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I''m trying to display a DataView as the DataSource of a grid combobox. I need to customize the contents of this dataview since the choices could be different for different rows. So, I''ve been creating the DataView in CurrentCellActivated. It works if I tab into the column and then click on the dropdown button but it doesn''t work if I just click on the dropdown button. I''ve placed WriteLine''s in the code and the same code is being executed in both cases. What else would I need to do to get this to work?
P.S. - Tried moving the code to CurrentCellActivating, but it didn''t help.
ADAdministrator Syncfusion Team September 1, 2004 08:50 PM UTC
Try using CurrentCellShowingDropDown.
http://www.syncfusion.com/Support/article.aspx?id=567
ADAdministrator Syncfusion Team December 10, 2004 08:22 PM UTC
>Try using CurrentCellShowingDropDown.
>
>http://www.syncfusion.com/Support/article.aspx?id=567
Hi,
The sample for this article is missing.
Also, I''m now constructing this DataView in CurrentCellShowingDropDown and it''s still not working. I''m kind of "one update behind" - the list that is shown in the dropdown is the correct list for the last dropdown that I tried.
ADAdministrator Syncfusion Team December 10, 2004 10:30 PM UTC
Try this link to get the sample.
http://64.78.52.104/Support/kb/grid/Files/forum_MasterSlaveCombo.zip
Can you upload a sample (maybe modifying the above sample) that shows the problem you are having?