Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
mkhans@gmail.com #1
dynamic drop downlists in an editable dynamic datagrid.
How would we address a situation where we have to put dynamic drop
downlists in an editable dynamic datagrid.
So the scenario is to populate a datagrid dynamically based on the
provided dataset.
As an example, lets say based on a parameter value there are 2 datasets
(with different fields/columns) either of which can be used to populate
that editable dynamic datagrid.
Depending on which dataset is provided there can be drop downlists
within the datagrid. Lets say for dataset1 we have 2 drop columns that
need to be shown as drop downlists within the datagrid. One of the
dropdown is populated based on the 'SelectedIndexChange' event of the
first dropdown.
So we have a situation where we have a datagrid which can be populated
dynamically by different datasets. Based on the dataset which populates
the datagrid we can have multiple dropdown lists within the datagrid.
Those dropdwonlists are dynamic themself, and one list is populated
based on the selection made in the other dropdwonlist.
Any example, code samples, guidance is highly appreicated.
TIA.
mkhans@gmail.com Guest
-
Dynamic Drop down DDL - One to Many
I am looking for either a way to handcode, or an extension which will allow me to create a dynamic drop down using 3 tables. I have downloaded... -
Editable datagrid and dynamic validation controls
On a page we are developing, there are multiple Panels with datagrids in each one. Based on the functionality you are performing, one panel will... -
Editable datagrid with drop downs and check boxes - sample code?
Hi. I'm looking for sample code for an EDITABLE grid with checkboxes, that, when in editing mode, displays a drop down box in the desired... -
Dynamic Drop Down (SQL and ASp)
I developing this web app for our department, I am using FP2002, SQL back-end. I have 3 tables in my database at the moment and which it will grow... -
Fully multiple, editable dynamic datagrid.
Hi, I've written previously, to no avail. Can someone please help, I am looking for a working code example, that allows one to create a datagrid...



Reply With Quote

