Re: Disabling TileList Item
[q]Originally posted by: FlexBin
Hi! Is there a way to disable a TileList Item when the dataProvider is
[Bindable].
Example:
I'm getting my data from a XML in wich I tagged my data with enable='true' or
'false'.
I want to get each element, who is 'false', in the XML, can not be selectable
or clickable - without onMouseOver effect. Is this possible.
In Asp.Net/C#, you can catch the DataBind/DataBound event that permits
you to work on each item before and after they get inserted in control.[/q]
Finally, I found what I was looking for in the post #346.
|