First off I am sorry for writing this post as I know that has been asked before but I can not find the post about this issue.
I have an Ultra web grid and it has 2 bands. The grid itself works great but at the bottom of the grid it show my data source. Please see the attached document for a screen shot. Outlined in red is what I would like to hide. I know it is possible, but I can not seem to figure it out.
Can anyone tell me the property name to set to hide this portion of the grid to the end users?
Any help would be greatly appreciated.
Sorry for the poor quality of the picture.
Thanks,
Pat
This is the "Add New box," which you can hide altogether by setting the grid's DisplayLayout.AddNewBox.Hidden property to true.
After I set the AddNewBox.Hidden property to True, it did remove the box from the screen, but it also seemed to disable the igtbl_addNew() function in javascript. When I clicked on a button that calls this function is comes back with a script error "Object expected".
So is there anyway to get both results. To hide the AddNewBox but keep the ability to have the igtbl_addNew() function still enabled?
Thank you so much and for the quick response. I was hoping that is was that simple.