-
ENVIRONMENT: VISUAL STUDIO 2008, VB.NET, ASP.NET Framework 3.5, NetAdvantage Select 2012 Vol. 1
I have 3 controls on the page…
· Dropdown list
· SqlDataSource
· Webdatagrid (EnableDataViewState = false, EditingCore.AutoCRUD = true, EditingCore.BatchUpdating = true)
------------------------...
-
here is my data grid here is how it is created In IE 9 it looks like this: (sensitive data is hidden) and in Chrome it looks like this: Any advice? And the Data is being inserted into the grid in Chrome. When i inspect the element i can see it.
-
Hi, I have a WebDropDown with a WebDataGrid in the ItemTemplate, as per http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebDropDown_Create_a_Multi_Column_WebDropDown_using_Templates.html It works, and behaves better since adding dropdown.closeDropDown() to the RowSelectionChanged...
-
I have been working with UltraWebGrid for a while and just started to work with Web Data Grid (version 9.1). I am using using VS2010. How do we assign a Value list to a BoundDataField to display the text. Below is an example how I used to do it in UltraWebGrid in Initialize Layout method: DataTable dtRegLevel...
-
I want to display a dynamic context menu where menu items are enabled/disabled depending on whether the row they right-clicked is selected. What is the easiest way to do this without iterating through all the WebDataGrid rows? What is the Javascript to disable WebDataMenu rows? I am using the ClientEvents...
-
Hi Nikolay, Thanks for the response. Could you please give sample code Thanks in advance Rajeev
-
Hi, Please any one can give.. how to insert row into postion in WebDataGrid . Regards Rajeev
-
Hi I'm starting to use the webdatagrid in a project, and I have the following questions: - How can I change the alignment of some columns? - How can I add checkboxes and images to some cells?. Thanks in advance. Greetings.
-
Hello, I'm trying to use a WebDatePicker to update a WebDataGrid asynchronously with new values from a query in my code behind. Currently, I am using the ValueChanged event to fire the async update. The markup looks something like this: <asp:UpdatePanel ID="WebDataGridUpdatePanel" runat...
-
In WebDataGrid control am having UnboundCheckBoxField. I want to get the unboundValues for checked UnboundCheckBoxField in WebDataGrid. In code behind am having two server control one is radio button and another one is normal button. And having the same code on both event. In case of normal button am...