|
<style>
.e-grid .e-rowcell{
cursor:no-drop;
}
</style>
|
I realize this is an old post, but when I use this approach on a page and then open a dialog over top this same style is applying to the second grid inside of the dialog. Is there a way to specify that this only applies to the current grid and not to the dialog opened over top of it?
Hi Kenny,
Greetings from Syncfusion,
Based on your requirements, we suggest customizing the CSS using the Grid ID to
achieve your desired outcome for applying CSS customization to a specific grid.
Kindly refer to the code snippet and sample below for your reference.
|
<style> #Grid.e-grid .e-rowcell { cursor: no-drop; } </style> |
Regards,
Prathap Senthil
Thank you so much that works perfectly! You and the whole support team are wonderful :)
Hi
Kenny,
Welcome,
We
are glad to hear that the reported issue resolved at your end.
Kindly get back to us if you have further queries.
Regards,
Naveen