Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
rob thomson #1
Columns and Inherited Datagrid...Active Schema does not support columns
I have a class which has inherited from datagrid, to provide some custom functionality, row select, mouse overs etc
All is working fine apart from after I add a column from the ide, within the HTML there is a red line saying
Active Schema does not support columns
Even this being the case I can still create and use the grid, and bind datasources to it
Does anyone know how I can get around this
Thanks
rob thomson Guest
-
extended DataList VS 2003 says 'the active schema does not support
Hi, I have created a custom control for use in asp.net projects using vb.net and visual studio 2003. The control is working, however, on the HTML... -
How can I sum Columns on a datagrid?
I placed some labels on the footertemplate of each column that I want to sum. But I dont know hot so sum and show the total in the labels. --... -
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the datagrid Update event.
How to add a Dropdown list to a datagrid at runtime (dynamic) without using template columns in ASP.NET and still have the ability to us the... -
Data Adapter Configuration Wizard does not support over 100 columns ?
I think that is how that works. I recommend you don't use the wizard in any case, as I think it is preferrable to code everything by hand. That way... -
Pad strings/concatenate columns to simulate data columns in ASP select box with SQL Server 2K
Dale, Cast all the data to fixed character data type in your select statement. For example: select cast(au_id as char(12)) +...



Reply With Quote

