I have a datagridview added to my webpart and inside that I have added a AssetUrlSelector.
Grid view has a Save button which save the value of the AssetUrlSelector as a web part property.
When the webpart loads for the first time and when i click on the browse button of the AssetUrlSelector it does not fire.
After clicking on the save button and when I load the webpart for the second time onwards the AssetUrlSelector works normally.
Are there any properties of AssetUrlSelector to be set or events to be bind at specific page life cycle events inorder to ocercome this issue.