Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

open modal popup on grid header dblclick

$
0
0

I want to open modal popup when kendo-grid header is double clicked.I tried the following

headerAttributes: { 'ondblclick':'openPopup(event)'}
 
functionopenPopup(ev){
ev.preventDefault();
returnfalse;
}

This way, the popup opens correctly but it also sorts the grid (default grid functionality).

Please suggest how to prevent grid from sorting when header is double clicked.


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>