Ladislav
Ladislav

Reputation: 21

Dojo Grid excel

I have read you was previosly trying to make some changes to dojo widget to achive better behaviour. Im asking because I have a similar task, and I dont want to reinvent the wheel, and would be very helpful if some1 can share experience. Thanx Fornwald Ladislav

Upvotes: 1

Views: 821

Answers (1)

Abboq
Abboq

Reputation: 1101

You can extend existing widgets and override their functions to provide your own custom implementations without having to rewrite entire controls.

This can get you started: Dojo - Writing Your Own Widget

Upvotes: 1

Related Questions