Link to home
Start Free TrialLog in
Avatar of kdata
kdata

asked on

Ultrawebgrid not displaying at runtime what is selected at design

In design of an Ultrawebgrid, I have selected 2 columns to be hidden.  The design grid properly shows the design.  When I run the project, the grid displayed contains the hidden columns.  Similarly, if I format a date to mm/dd/yyyy, the default format of date/time appears at runtime.  What could be the problem?
ASKER CERTIFIED SOLUTION
Avatar of jitganguly
jitganguly

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kdata
kdata

ASKER

I found the problem.  For some reason, Ultrawebgrid works find with a SQLDataSource but behaves this way when using an ObjectDataSource.  I since coded the grid parameters in the code behind.