Hi all,

I also started integrating the Kendo UI's datagrid widget (which is a
DataTable actually), you have a prime sample here:
http://www.7thweb.net/wicket-jquery-ui/kendo/datatable/DefaultDataTablePage

It is using a IDataProvider to load data.
Column's-buttons are also handled, but the corresponding sample is not yet
deployed. (probably tonight or tomorrow)

Bojidar, you can have a look at the code if you need some inspiration:
https://github.com/sebfz1/wicket-jquery-ui/tree/master/wicket-kendo-ui/src/main/java/com/googlecode/wicket/jquery/ui/kendo/datatable

Best regards,
Sebastien.




On Mon, Jun 24, 2013 at 1:42 PM, bojidar <[email protected]> wrote:

> Ok, I see, good luck with that development.  Can you give me something
> like a
> rule of thumb on how I should proceed with such JS/Wicket integration
> challenges. The part that I don't understand clearly is how to synchronize
> the state between the two systems. If I use Datatables functions to
> manipulate the table , this will create or delete some markup , my
> questions
> is how to notify wicket about such changes , in order it synchronize model
> or replace components ? The reverse scenario where Wicket initiates changes
> in model is also interesting to me , but for now my goal is to make
> Datatables the initiator of any action, so this scenario is not so
> important
> for now (I guess a little bit of magic JS/JQuery code in the response will
> do the trick).
> These relates to the problem I described in the other thread.
> I used only standard, widely used components till now and this is a little
> bit of challenge.
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Adding-Components-to-fit-markup-tp4654246p4659729.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to