Maya
Maya
@PeteSral Yes. As the issue seems to be in the client-side code of the igUpload, which is the same regardless of the backend handler/module used it would reproduce with Infragistics.Web.Mvc.
@ChronosSF @rkaraivanov @dkamburov I've noticed that he base filter/sort strategy also use the grid to get some information from the columns (like dataType or formatter): https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/data-operations/filtering-strategy.ts#L65 https://github.com/IgniteUI/igniteui-angular/blob/master/projects/igniteui-angular/src/lib/data-operations/filtering-strategy.ts#L134 Does it sound...
Regarding 1. The formatter is not one method for the whole grid. It's per column, so we will need to pass either a separate collection of value extractors or an...
@ChronosSF I don't think we should allow changing the PK on rowEditStart or any other editing event. Changing the PK while editing is generally not advisable (could break functionalities that...
@sdimchevski @dkamburov Since there are some suggestions in the above comment: https://github.com/IgniteUI/igniteui-angular/issues/6501#issuecomment-1172362916 related to UI, specifically how the invalid state will be reflected in the editor/cell/row it might also be...
@mikerentmeister Wanted to ask a few additional questions regarding some of the points: - A way to add a red border around a row when a cell is invalid, Potentially...
@dkamburov @damyanpetev @kdinev I've updated the [specification](https://github.com/IgniteUI/igniteui-angular/wiki/Grid-Validation-Specification) with the initial draft of the dev experience and API so that we can start reviewing and discussing it. There's also a POC...
@dkamburov @ChronosSF @damyanpetev @kdinev [Specification](https://github.com/IgniteUI/igniteui-angular/wiki/Grid-Validation-Specification) is updated and ready for review/discussion. POC is up-to-date and available at: https://github.com/IgniteUI/igniteui-angular/pull/11923
@hanastasov @ChronosSF @dkamburov I've updated the specification of the [Grid State Persistence](https://github.com/IgniteUI/igniteui-angular/wiki/Grid-State-Persistence) with information on persisting a PivotGrid state. I've also updated the known issues. Please review it when you...
@mddragnev @dkamburov I don't think we have discussed persisting/re-setting custom strategies. Not sure if there's such a mechanism in the base grid for custom sort/filter strategies either. @hanastasov is there...