Im new to SmartGWT,
I have two Windows. Button1 in Window1 shows a Window2 containing a listgrid. On Press of Button2 in Window2 the selected record in listgrid must be shown in TextBox in Window1. What is the best approach for this? Any help is appreciated.
You need to subclass Window for the two classe Window1 and Window2 You can define in Window1 setTextBox1 which will be public and which you can acces in Window2 if in it you have a reference on the instance of Window1 with a method setRefWindow1. So when you instanciate:
And in Window2 in the buttonCLick