Hello Patrick,
Thank you for details.
Actually there are two properties related to the Open-file-dialog:
- Filter
A predefined set of filters. For example:
Filter="Pictures (*.gif;*.jpg;*.jpeg;*.png)|*.gif;*.jpg;*.jpeg;*.png|Archives (*.zip)|*.zip|All Files(*.*)|*.*"
- FilterIndex
This one determines which filter to be selected when the open-file-dialog appears.
Examples below are tied to the Filter's value mentioned above:
- Selecting All files as default filter:
FilterIndex="2"
- Selecting Pictures as default filter:
FilterIndex="0"
About the MaxSize properties you are at the right point.
If you have other questions please drop us a line.
Sincerely yours,
Ivan
the Telerik team