Dear all,
I would like to ask that if there is any way to specify a unique CSS ID for cell or Class
i have found that there is a “classes” function that i used like this
{ text: “Date”, datafield: “ReleaseDate”, classes: “Date”},
But this not work the way i want
the reason i want to do this that i want to put an islamic calender associate with the cell and this called like this:
<script>
$(document).ready(function () {
$(“.Date”).calendarsPicker({ calendar: $.calendars.instance(‘Islamic’) });
});
</script>
hope i can found the solution for this
Regards..