-
I am using the Loader interface when creating my grid. I have filtering's mode set to 'local'. I would like to set my active column to filter for True by default so I am not showing all records. How can I do this? When not using the loader I was using the below javascript. $("#userGrid"...
-
I would like to create a custom filter for my grid. I also want to hide almost all other filters. The new filter would be perfect like this: While the user hit the filter symbol of a date column a new small panel appears which does take an int and has a dropdown box. My goal is that the user can filter...
-
I suspect this has been asked and answered previously, but I have not found the info... I would like to display row counts after my igGrid is filtered. For example, 400 of 500 records displayed. I am using local filtering in advanced mode and have a dataFiltered handler... var _filtered = function(e...
-
Hi there, I'm using client type filtering in grid, and wondering if there is any performance associated that grid is default to Advanced Filtering mode when virtualization is enable? Thanks, Michale
-
Requirements: I have many records in grid, so the scrollbar will be there. Don't want to use paging due to specific requirements, so please don't suggest. User will apply different filteration on each column to select specific rows and press submit button to get results according to selected...
-
Hi, I am using Infragistics 2009 Vol 2. I have a question on Web Grid Sorting. Can we filter by more than one option within a column heading? Right now, we can filter only one option.. it does not allow us to select the second option. Please let me know how to do it. Here's an example. If we have...
-
I use Net Framework 4.5 (PRISM and MVVM) and InfragisticsWPF4.v11.2 . My XAML code is very simple < ig : XamGrid x : Name ="XamGridAddresses" Grid.Row ="1" ItemsSource ="{ Binding Path =AddressesWithCheckBoxListCollectionView, Mode =TwoWay}" AutoGenerateColumns ="False"...
-
Hi, I have a xamldatagrid with information being passed to it, however some of the columns are lookups as seen here: <igWpf:Field Name="NAME" Label="Fund Name" Width="250" /> <igWpf:Field Name="STRUCTURE" Label="Fund Structure"> <igWpf...
-
Hi Petar, Thanks for submitting the product idea. This would help most of the business needs. When you get a chance, could you please send me a small sample of your proposed solution. Just trying to see how can I use a custom sorting either within Sorting/Sorted methods or call a custom method to sort...
-
Dear Chris, I am facing a similar issue where in we want to calculate the total sum of a particular column based on rows which have been selected. This works well when no filteration is applied but on applying filteration and clicking the "Select" checkbox the total comes out to be wrong. This...