I'm using a tabstrip control with 3 tabs.
- tab 1 is static content - works fine
- tab 2 is a RadGrid (data loads fine, paging is fine, details all fine, however commanditem export doesnt work.
- note i put the same grid in a page by itself (no tabs) and export work just fine.
- tab 3 is a form of user fields with a submit button (in buttonclick event, data is saved to sql db). When debugging form seems to work fine. i can set a break point on ButtonClick and it gets called everytime and data is properly saved. When the page is put on production server buttonClick event doesnt seem to fire. I put the exact same code outside the tabcontrol and it work perfect on production server and debug. buttonclick always fires.
I'm using whatever the newest version of rad controls is, as of this post.
thoughts?
jason