-
The DataRendered and Rendered events fire out of order on initial page load of the grid if you use the DataSourceUrl. Details: If the DataSourceUrl property is set, the grid behaves like this on page load: 1. The grid's "shell" (everything except data) is rendered along with the rest of the page. 2. An AJAX call is automatically made to
-
When I run this sample, the urlParamsEncoded event never fires. Is there something I'm missing?
-
No, this doesn't help. If the date doesn't have a time, it still displays as one day before. For example, my JSON response contains "Tcer_eff_end_date": "\/Date(1120104000000)\/". 1120104000000 = Thu Jun 30 2005 00:00:00 GMT-0400 (Eastern Daylight Time), but the date is displayed as 06/29/2005.
-
Was this bug ever fixed? We're using version 3.12.1.2202, and the issue still occurs. I believe this is the latest service release?
-
I have a hierarchical grid where I've set the parent and child grid's datasourceurls per this example: http://www.infragistics.com/products/jquery/sample/hierarchical-grid/hierarchical-grid-load-on-demand The grid initially loads properly, the parent data url is called. However, when I click the plus sign, the parent's url is called again
-
Nevermind, I found a solution. I'll post it on here if I get some time.
-
Thanks Maya, but the newer versions have a bunch of breaking changes, and we can't afford to go back in and change our large codebase at this point. Do you have a hotfix for this bug?
-
Hi Maya. Yes, autocommit is set to true, and I've tried calling the commit method manually. Neither make any difference. It appears that calling addRow, even with autocommit = true, does not add anything new to the dataSource of the grid, it only updates the display. Here's a simple example: http://www.joshnoe.com/IgGridAddRow.html Click the
-
Is there a version of the infragistics.js 12.1 file that isn't a bunch of giant single lines of code? If not, does anyone know of any program that can prettify this thing? I've tried both Jsfiddle and Webstorm, but they both crash trying to parse the ridiculously long one-liners. We're constantly getting errors during our development that
-
I'm trying to clear out my grid by setting the datasource to be empty. However, from what I've tried so far, I have issues when trying to initially set the datasource to empty, or when I try to add data back to my grid. It appears that you have to additionally set the "dataSourceType" to 'empty', but this presents other problems