We just started using the Prometheus grid and are having some issues. We can not seem to get a grip on the auto generated columns.
We have a simply lookup table that we are using LINQ/SQL as the datasource. We want to use the grid as a simple quick and easy data entry form/list. IE: id (int seed), textfield (varchar(50), datetime (datetime)
Our issue is that there appears to be many several properties for autogenerating columns and we are not sure which ones to use. When we turn all of them on we get duplicate columns. If I believe correctly one property creates the columns, but all of the editform boxes are textboxes, but when we turn on the other autogenerate columns we get duplicates, but now these are properly typed contols (which we want) IE: the datetime textbox is a datetime control :) etc.
Also what is required to turn this grid into full ajax? As I thought this control had this built in?
We have a simply lookup table that we are using LINQ/SQL as the datasource. We want to use the grid as a simple quick and easy data entry form/list. IE: id (int seed), textfield (varchar(50), datetime (datetime)
Our issue is that there appears to be many several properties for autogenerating columns and we are not sure which ones to use. When we turn all of them on we get duplicate columns. If I believe correctly one property creates the columns, but all of the editform boxes are textboxes, but when we turn on the other autogenerate columns we get duplicates, but now these are properly typed contols (which we want) IE: the datetime textbox is a datetime control :) etc.
Also what is required to turn this grid into full ajax? As I thought this control had this built in?