1

When handling the Infragistics UltraWebGrid Tree view with

ClientSideEvents CellClickHandler="uwt_CellClickHandler"

it gives a client side error while changing the UI language to "French" .

"Method cannot be found , check method name error " is generated.

Any ideas Guys?

Danko Valkov
  • 1,038
  • 8
  • 17
Satish
  • 21
  • 6

1 Answers1

1

Make sure that you don't change the value for the CellClickHandler property when doing localization since it is the string name of the JavaScript function.

alhalama
  • 3,218
  • 1
  • 15
  • 21