We discovered the following is not working in RadGrid's ItemDataBound nor in ItemCreated events:
Dim imgbtn As ElasticButton
Dim imgbtn1 As ElasticButton
imgbtn = DirectCast(Item("btn_sequp").Controls(0), ElasticButton)
imgbtn1 = DirectCast(Item("btn_seqdown").Controls(0), ElasticButton)
imgbtn.SecondSpanClass = "d-none"
imgbtn1.SecondSpanClass = "d-none"
So we had to set through CSS like:
.t-text.rgButtonText {
Hi Marc,
Thank you for reporting this issue! I was able to reproduce it and have converted your forum post into a bug report item. I have also applied a fix, which will be included in the upcoming Service Pack release.
The release date has not yet been decided.
As a small token of appreciation, I have updated your Telerik points.
Regards,
Rumen
Progress Telerik