Martin Dragnev
Martin Dragnev
@skrustev Maybe we could omit adding some of the context types if @dkamburov gonna log it as a separate issue.
@skrustev There is one more comment here. https://github.com/IgniteUI/igniteui-angular/pull/12081#discussion_r974351117
@ChronosSF, I agree with @MayaKirova and I have tested this with angular project and Entity Framework using SQLite. In angular you should have `rowAdd` event handler ``` public rowAdd(event: IGridEditEventArgs)...
@MayaKirova Everything looks perfect to me except that I thought of noop pivot grid. What are we doing with this. Probably most of the customers would use some strategy that...
@MayaKirova The new approach with the strategies looks very good to me. One thing I noticed in the noop pivot sample is that if we run the exact sample you...
@ddaribo So the thing is that the sample is trying to group by locally and have remote virtualization in the meantime. We cannot expect these operations to work. The grouping...
@ddaribo, what I meant by "a little harder than what we have for implementing grouping" was that the user should implement the server and the data by himself. Anyhow I...
Hello @m4yorga, I found out that the issue is because of the flex style and flex-grow of the panes and because that the grid is auto-sizing wrongly. I am investigating...
Hello @m4yorga, The issue is still not fixed. You can continue using the workaround and I will ping you once there is a version with the fix. We are still...
I've been looking into this for a couple of days now and so far I have started to refactor the usage of the display density. There have been some issues...