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.
Is this the preferred way of displaying two comboboxes in a GridDataBoundGrid where one combobox filters the other combobox?
http://www.syncfusion.com/Support/article.aspx?id=567
If I''m using a typed dataset for my GridDataBoundGrid and define the relationship within the dataset definition, is there any functionality that will filter the comboxbox for me?
Just curious, thanks.
Todd
ADAdministrator Syncfusion Team August 18, 2004 04:37 PM
There is no built-in mechanism for making sure the parent table position is mapped to the proper value when you click on the child combobox. (It does not necessarily have to be on the parent position corresponding to the value of the child combo.).
For this reason, I think you will have to do something in CurrentCellShowingDropDown to get the proper list to display. The KB shows one way to do this.