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.
How do I retrieve selected value from combobox before it is added to GridDataBoundGrid control.
My problem is as follows:
I''m using combobox for one of the columns in a GridDataBoundGrid control. I have 2 tables in a dataset with tabel relation specified by PryKey1 in Table1 and ForeignKey2 in Table2.
The combox is bound to Table1 with its MappingName set to PryKey1 of Table1. The StyleInfo.Dataset is bound to Table2 with its DisplayMember set to TblDescrp and ValueMember set to ForegnKey2.
Everything works fine, except when I try to catch whatever is selected from the dropdown box in order to check if it already exist in Table1, I never seem to be able to do this.
I have found a solution from the forum that allow me to access the selected value from the combobox. My question now is what event can I use to prevent the selected value from updating?
ADAdministrator Syncfusion Team February 16, 2006 10:52 AM UTC