-
I always get this error when trying to bind to a ClientTemplate: Microsoft JScript runtime error: Object doesn't support this property or method here is my code: ## DataItem.GetProperty('Text').get_value() ##
-
Hi- I am trying to style a gride using css but there seems to be injected syle information overwriting what I specify in the CSS file. In the sample below I am setting the DataCellCSS but I am still geting injected sytle information overwriting what is set in CSS Do I have to create a templete? ShowTableHeading="false" ShowSelectorCells="false" HeadingRowCssClass="HeadingRow" HeadingCellCssClass="HeadingCellText" AlternatingRowCssClass="Alt" RowCssClass...
-
I've looked through the documentation for references to the DataItem object and all I find are various calls included in examples for other features. I've been reduced to breaking in my Javascript code in the debugger and looking at available methods there. So is this object explicitly documented anywhere? Thanks, Casey.
-
we are using the calnder with a HeaderClientTemplate as it is shown in the live demo with a max Date propery set.
we notice that when using the calender Calendar1.goNextMonth(); the date is still being chenged to next month after passing the max date set (also the calnder body is changed), while the header title of the month is not being changed.
-
I intend to add a component art datepicker on CA grid using client templates.
I cannot add it using a server template as it has to be added using client templates.
How can i achieve this?
Lemme Further Clarify:
I want to design an in place grid
where i accept values on grid depending on the field.
Now in one of the field i need the data to be accepted through a CA calendar picker.
How can i achieve this,
I am using client templates to render the remaining fields as they are plain...