Stamen Stoychev

Results 38 comments of Stamen Stoychev

@kdinev , this will most likely require the development of pluggable rendering for igGrid and other widgets that support templating, so it will be a pretty big undertaking.

@Eralmidia , this can be achieved with a custom sorting strategy. Have you considered using the exposed extension points already available to implement it on application level?

The custom strategy would sort twice - once to group the values into chunks then to get the chunks and sort them by size. Then you can leave grouping to...

Hey @mikerentmeister , You don't need to handle the event asynchronously. As long as you know that the header checkbox is clicked (which I agree should be more obvious), you...

So looking at filtering there seems to be 2 points in which grid is used. 1. to get the column formatter in case the column should be filtered with a...

Btw, researching if you can sort the string values for Date-s with the same results could be worth doing as this parsing on each data op is certainly slow. There...

Having dots in the property names does clash with the nested properties implementation that was intended to be seamless and therefore cannot currently be overridden. We'll come up with some...

Hello @armeireles , Development is going according to plan and the release is still expected by the end of Q3 (end of September). Given a week or two for integrating...

@armeireles , our current target for the next feature update that will include the Query Builder is Oct 5, so unfortunately we'll miss your september's release. We'll most likely have...