I seem to be experiencing an issue with the FilterMenuInit event. I am building and initializing my Grid within a razor view and then binding the events to the grid after initialization.
The problem i am seeing is that the FilterMenuInit is never getting triggered if ColumnMenu(true) is set. If i remove ColumnMenu(true) or set it to false the event is triggered as expected.
I am unsure if this is a bug or if it is something i have configured wrongly.
The problem i am seeing is that the FilterMenuInit is never getting triggered if ColumnMenu(true) is set. If i remove ColumnMenu(true) or set it to false the event is triggered as expected.
I am unsure if this is a bug or if it is something i have configured wrongly.